chore(deps): update dependency cliwrap to 3.10.4 - #6513
Merged
Conversation
thomhurst
enabled auto-merge (squash)
July 29, 2026 20:25
Greptile SummaryUpdates the centrally managed CliWrap dependency from 3.10.3 to 3.10.4. Confidence Score: 5/5The PR appears safe to merge. The change is limited to a patch-level CliWrap dependency update, and repository usages await command execution without relying on child processes outliving the methods that spawn them.
|
| Filename | Overview |
|---|---|
| Directory.Packages.props | Updates the CliWrap package pin by one patch version; no actionable compatibility or security issue was identified. |
Reviews (1): Last reviewed commit: "chore(deps): update dependency cliwrap t..." | Re-trigger Greptile
This was referenced Jul 30, 2026
Closed
This was referenced Aug 3, 2026
github-actions Bot
pushed a commit
to BenjaminMichaelis/TrxLib
that referenced
this pull request
Aug 3, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.61.38 to 1.63.0. <details> <summary>Release notes</summary> _Sourced from [TUnit's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.63.0 <!-- Release notes generated using configuration in .github/release.yml at v1.63.0 --> ## What's Changed ### Other Changes * fix(mocks): dispatch abstract indexers through the engine instead of calling base by @thomhurst in thomhurst/TUnit#6517 * feat(mocks): experimental compile-time internals access (#6514 Tier 2) by @thomhurst in thomhurst/TUnit#6520 * feat(mocks): make the async-factory Returns alias available below net9.0 by @thomhurst in thomhurst/TUnit#6518 * +semver:minor - feat(mocks): runtime auto-stubs for interfaces the source generator cannot see by @thomhurst in thomhurst/TUnit#6519 ### Dependencies * chore(deps): update tunit to 1.62.0 by @thomhurst in thomhurst/TUnit#6508 * chore(deps): update dependency mockolate to 3.4.0 by @thomhurst in thomhurst/TUnit#6512 * chore(deps): update dependency cliwrap to 3.10.4 by @thomhurst in thomhurst/TUnit#6513 * chore(deps): update dependency stackexchange.redis to 3.0.25 by @thomhurst in thomhurst/TUnit#6522 * chore(deps): update dependency brace-expansion to v5.0.9 by @thomhurst in thomhurst/TUnit#6523 * chore(deps): update dependency microsoft.build.utilities.core to v18 by @thomhurst in thomhurst/TUnit#6525 **Full Changelog**: thomhurst/TUnit@v1.62.0...v1.63.0 ## 1.62.0 <!-- Release notes generated using configuration in .github/release.yml at v1.62.0 --> ## What's Changed ### Other Changes * fix(docs): make Mermaid lifecycle diagrams readable by @thomhurst in thomhurst/TUnit#6485 * fix(mocks): strip nullable annotation from constructor dispatch patterns by @thomhurst in thomhurst/TUnit#6498 * fix(mocks): skip interfaces with inaccessible abstract members by @thomhurst in thomhurst/TUnit#6502 * feat(mocks): accept an async factory in Returns() on async members by @thomhurst in thomhurst/TUnit#6503 * fix(mocks): report TM006 instead of CS1729 for unsubclassable classes by @thomhurst in thomhurst/TUnit#6501 * fix(mocks): emit the setup surface into the globally-imported namespace by @thomhurst in thomhurst/TUnit#6504 * fix(mocks): reference TUnit.Mocks once in snapshot test compilations by @thomhurst in thomhurst/TUnit#6506 * fix(mocks): make generated identifier sanitization injective by @thomhurst in thomhurst/TUnit#6507 ### Dependencies * chore(deps): update tunit to 1.61.38 by @thomhurst in thomhurst/TUnit#6479 * chore(deps): update dependency brace-expansion to v5.0.8 by @thomhurst in thomhurst/TUnit#6478 * chore(deps): update dependency cliwrap to 3.10.3 by @thomhurst in thomhurst/TUnit#6482 * chore(deps): bump postcss from 8.5.10 to 8.5.22 in /docs by @dependabot[bot] in thomhurst/TUnit#6480 * chore(deps): update dependency fscheck to 3.3.4 by @thomhurst in thomhurst/TUnit#6486 * chore(deps): update dependency minimatch to v10.2.6 by @thomhurst in thomhurst/TUnit#6490 * chore(deps): update actions/stale action to v11 by @thomhurst in thomhurst/TUnit#6496 * chore(deps): update microsoft.testing to 2.3.3 by @thomhurst in thomhurst/TUnit#6499 * chore(deps): update mstest to 4.3.3 by @thomhurst in thomhurst/TUnit#6500 **Full Changelog**: thomhurst/TUnit@v1.61.38...v1.62.0 Commits viewable in [compare view](thomhurst/TUnit@v1.61.38...v1.63.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Aug 3, 2026
Merged
Merged
github-actions Bot
pushed a commit
to IntelliTect/CodingGuidelines
that referenced
this pull request
Aug 3, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.61.38 to 1.63.0. <details> <summary>Release notes</summary> _Sourced from [TUnit.Core's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.63.0 <!-- Release notes generated using configuration in .github/release.yml at v1.63.0 --> ## What's Changed ### Other Changes * fix(mocks): dispatch abstract indexers through the engine instead of calling base by @thomhurst in thomhurst/TUnit#6517 * feat(mocks): experimental compile-time internals access (#6514 Tier 2) by @thomhurst in thomhurst/TUnit#6520 * feat(mocks): make the async-factory Returns alias available below net9.0 by @thomhurst in thomhurst/TUnit#6518 * +semver:minor - feat(mocks): runtime auto-stubs for interfaces the source generator cannot see by @thomhurst in thomhurst/TUnit#6519 ### Dependencies * chore(deps): update tunit to 1.62.0 by @thomhurst in thomhurst/TUnit#6508 * chore(deps): update dependency mockolate to 3.4.0 by @thomhurst in thomhurst/TUnit#6512 * chore(deps): update dependency cliwrap to 3.10.4 by @thomhurst in thomhurst/TUnit#6513 * chore(deps): update dependency stackexchange.redis to 3.0.25 by @thomhurst in thomhurst/TUnit#6522 * chore(deps): update dependency brace-expansion to v5.0.9 by @thomhurst in thomhurst/TUnit#6523 * chore(deps): update dependency microsoft.build.utilities.core to v18 by @thomhurst in thomhurst/TUnit#6525 **Full Changelog**: thomhurst/TUnit@v1.62.0...v1.63.0 ## 1.62.0 <!-- Release notes generated using configuration in .github/release.yml at v1.62.0 --> ## What's Changed ### Other Changes * fix(docs): make Mermaid lifecycle diagrams readable by @thomhurst in thomhurst/TUnit#6485 * fix(mocks): strip nullable annotation from constructor dispatch patterns by @thomhurst in thomhurst/TUnit#6498 * fix(mocks): skip interfaces with inaccessible abstract members by @thomhurst in thomhurst/TUnit#6502 * feat(mocks): accept an async factory in Returns() on async members by @thomhurst in thomhurst/TUnit#6503 * fix(mocks): report TM006 instead of CS1729 for unsubclassable classes by @thomhurst in thomhurst/TUnit#6501 * fix(mocks): emit the setup surface into the globally-imported namespace by @thomhurst in thomhurst/TUnit#6504 * fix(mocks): reference TUnit.Mocks once in snapshot test compilations by @thomhurst in thomhurst/TUnit#6506 * fix(mocks): make generated identifier sanitization injective by @thomhurst in thomhurst/TUnit#6507 ### Dependencies * chore(deps): update tunit to 1.61.38 by @thomhurst in thomhurst/TUnit#6479 * chore(deps): update dependency brace-expansion to v5.0.8 by @thomhurst in thomhurst/TUnit#6478 * chore(deps): update dependency cliwrap to 3.10.3 by @thomhurst in thomhurst/TUnit#6482 * chore(deps): bump postcss from 8.5.10 to 8.5.22 in /docs by @dependabot[bot] in thomhurst/TUnit#6480 * chore(deps): update dependency fscheck to 3.3.4 by @thomhurst in thomhurst/TUnit#6486 * chore(deps): update dependency minimatch to v10.2.6 by @thomhurst in thomhurst/TUnit#6490 * chore(deps): update actions/stale action to v11 by @thomhurst in thomhurst/TUnit#6496 * chore(deps): update microsoft.testing to 2.3.3 by @thomhurst in thomhurst/TUnit#6499 * chore(deps): update mstest to 4.3.3 by @thomhurst in thomhurst/TUnit#6500 **Full Changelog**: thomhurst/TUnit@v1.61.38...v1.62.0 Commits viewable in [compare view](thomhurst/TUnit@v1.61.38...v1.63.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.10.3→3.10.4Release Notes
Tyrrrz/CliWrap (CliWrap)
v3.10.4Compare Source
What's Changed
Enhancements
Bugs
Full Changelog: Tyrrrz/CliWrap@3.10.3...3.10.4
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.